home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: delta / whiteline CD Series - delta.iso / systems / mint / ksh / readme < prev    next >
Text File  |  1995-11-25  |  2KB  |  45 lines

  1.         Public Domain KornShell
  2.  
  3.     Quick installation notes for PD KornShell
  4.  
  5. PD KornShell can be installed on
  6. 4.2+ BSD systems, System V, and POSIX-compatable systems.
  7. The makefiles all define _BSD, change this to _SYSV, or _POSIX.
  8. The makefiles also contain CC=gcc, delete this if you don't have GNU C.
  9. The ksh makefile also contains some options,
  10. including JOBS (BSD/POSIX job control) and EDIT (emacs command editing).
  11.  
  12. PD KornShell assumes you have standard C (ANSI) and POSIX header files and functions.
  13. Since you probably don't, they are provided in the "std" directory.
  14.  
  15. The Alpha test version will probably come as two tar files.
  16. std.tar contains standard C and POSIX emulation and
  17. must be extracted into a directory called std.
  18. ksh.tar contains the ksh source and should be extracted
  19. into a directory called src or ksh.
  20.  
  21. See std/ReadMe and install it. Only then can you make ksh in the "src" directory.
  22.  
  23. To clear up questions about the origin of this shell,
  24. this shell is NOT based on the "Minix shell".
  25. It is based on Charles Forsyth's public domain V7 shell,
  26. which he later contributed to Minix.
  27.  
  28. I have permission directly from Charles Forsyth to use his shell.
  29.  
  30.     Eric Gisin, egisin@math.UWaterloo.CA (or Waterloo.EDU)
  31.  
  32.     Things to do
  33. - add sxt-based job control (see Brown's contribution on the Usenix 87 tape).
  34. - add arrays and variable attributes.
  35. - add MAILPATH and CDPATH.
  36. - add vi editing mode (apparently someone has a PD version).
  37. - add new features described in Korn's book.
  38.  
  39.     Machines ported to
  40. VAX, 68000, 80386
  41.  
  42.     OS's ported to
  43. BSD 4.2, BSD 4.3 (with and without YP and NFS
  44. Sys V.3
  45.